home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Freeware
/
Adobe Air 1.5
/
AdobeAIRInstaller.exe
/
setup.swf
/
scripts
/
mx
/
styles
/
ISimpleStyleClient.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-10-29
|
242 b
|
13 lines
package mx.styles
{
public interface ISimpleStyleClient
{
function set styleName(param1:Object) : void;
function styleChanged(param1:String) : void;
function get styleName() : Object;
}
}